<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#ffffff;
	font-family:'Raleway','Open Sans','Microsoft YaHei',sans-serif;
	font-size:14px;
}
html, body {
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,
ul, li,
dl, dt, dd ,p,img{
	margin:0;
	padding:0;
	list-style: none;
}
input,
button {
	outline:none;
}
.block {
	display: block;
}
img {
	border:0;
}
.text-ellipsis {
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
/**********
 base font-size
**********/
.font12 {
	font-size:12px;
}
/**********
 base none
**********/
.bg-none,
.active a {
	background:none !important;
}
.padding-none {
	padding:0;
}
.margin-none {
	margin:0;
	padding:0;
}
.border-none {
	border:0 !important;
	border:none;
}
.radius-none {
	border-radius: 0;
}
.opacity {
	opacity: 0;
}
.text-shadow {
	text-shadow:none;
}
.hide {
	display:none;
}
/**********
 base color
**********/
.border-black{
	border-color:#111111 !important;
}
/**********
 base text-color
**********/
.text-color-white {
	color:#ffffff;
}
.text-color-black {
	color:#111111 !important;
}
.text-color-orange {
	color:#ffaa3b;
}
.text-color-gray {
	color:#aaaaaa;
}
/**********
 base background-color
**********/

.bg-gray {
	background:#e3e3e3;
}
.bg-facebook {
	background:#49629f;
}
.bg-google {
	background:#df4a32;
}
.bg-qq {
	background:#3095f2;
}
/**********
 base link-color
**********/

.btn-addimg:hover {
	color:#ffffff;
}
/**********
 base position
**********/
.relative {
	position:relative;
}






</pre></body></html>